home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / fdf.zoo / fdfstat.h < prev    next >
Text File  |  1992-04-12  |  235b  |  9 lines

  1.  
  2. /* fdfstat.c */
  3. void update_total_bytes(long f_size);
  4. void update_total_del_bytes(long f_size);
  5. void update_num_files(void);
  6. void update_num_which_dupd(void);
  7. void update_num_dups(unsigned n_dups, long bytes);
  8. void print_stats(void);
  9.